翻訳と辞書
Words near each other
・ Amos Gitai
・ Amos Glacier
・ Amos Golan
・ Amos Graham
・ Amos Green
・ Amos Griswold Warner
・ Amos Gustine
・ Amos Guttman
・ Amos H. Carnegie
・ Amos H. Jackson
・ Amos H. Radcliffe
・ Amos Hadar
・ Amos Hakham
・ Amortization calculator
・ Amortization schedule
Amortized analysis
・ Amortizing loan
・ Amorupi
・ Amorupi fulvoterminata
・ Amorupi hudepohli
・ Amoruso
・ Amory
・ Amory (name)
・ Amory Adventure Award
・ Amory Ballroom
・ Amory Dwight Mayo
・ Amory Hall (Boston)
・ Amory Hansen
・ Amory Holbrook
・ Amory Houghton


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Amortized analysis : ウィキペディア英語版
Amortized analysis

In computer science, amortized analysis is a method for analyzing a given algorithm's time complexity, or how much of a resource, especially time or memory in the context of computer programs, it takes to execute. The motivation for amortized analysis is that looking at the worst-case run time ''per operation'' can be too pessimistic.〔(【引用サイトリンク】url=https://www.cs.cmu.edu/afs/cs/academic/class/15451-s07/www/lecture_notes/lect0206.pdf )
While certain operations for a given algorithm may have a significant cost in resources, other operations may not be as costly. Amortized analysis considers both the costly and less costly operations together over the whole series of operations of the algorithm. This may include accounting for different types of input, length of the input, and other factors that affect its performance.
==History==
Amortized analysis initially emerged from a method called aggregate analysis, which is now subsumed by amortized analysis. However, the technique was first formally introduced by Robert Tarjan in his 1985 paper ''Amortized Computational Complexity'', which addressed the need for more useful form of analysis than the common probabilistic methods used. Amortization was initially used for very specific types of algorithms, particularly those involving binary trees and union operations. However, it is now ubiquitous and comes into play when analyzing many other algorithms as well.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Amortized analysis」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.